
.example {width: 590px;height: 400px;font-size: 40px;background-color: #464576;}
.carousel-item{line-height: 406px;color: #fff;font-family:  Arial Black}

.ft-carousel {
	position: relative;
	width: 590px;
	height: 400px;
	overflow: hidden;
}

.ft-carousel .carousel-inner {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
}

.ft-carousel .carousel-inner .carousel-item {
	float: left;
	height: 100%;
	width: 590px;
}

.ft-carousel .carousel-item img {
	width: 100%;
}

.ft-carousel .lists {position: absolute; bottom: 0; left:0; z-index: 2; height: 36px; width:100%; overflow: hidden;}
.ft-carousel .lists li{height:36px; line-height:36px; position:absolute; bottom:-36px;}
.ft-carousel .lists li a{display: block; color: white; padding: 0 0 0 10px; font-size: 18px; text-decoration: none;}
.ft-carousel .num2 {position: absolute; z-index: 3; bottom: 13px; right: 8px;}
.ft-carousel .num2 li{ width: 12px;height: 12px;background: #b8b8b8;float: left; position: relative; overflow: hidden; text-align: center; margin-right: 6px; cursor: pointer;border-radius: 50%;}
.ft-carousel .num2 .on{background: #f39c11;}
.ft-carousel .btbg2{background:#000;filter:alpha(opacity=50);-moz-opacity:0.5;-khtml-opacity: 0.5;opacity: 0.5;width:100%; height:34px; position:absolute; bottom:0; left:0;}

